home *** CD-ROM | disk | FTP | other *** search
- <%@ Language=VBScript CODEPAGE=65001 %>
- <!--#include file="include/wmsConstants.inc"-->
- <!--#include file="include/wmsLocStrings.inc"-->
- <!--#include file="include/wmsCommon.inc"-->
- <!--#include file="include/wmsHeader.inc"-->
- <%
- '+-------------------------------------------------------------------------
- '
- ' Microsoft Windows Media
- ' Copyright (C) Microsoft Corporation. All rights reserved.
- '
- ' File: treeFtr.asp
- '
- ' Contents:
- '
- '--------------------------------------------------------------------------
-
- on error resume next
- WriteHTMLHeader( Request.QueryString( "server" ) )
- %>
- <link rel="stylesheet" type="text/css" href="<%= Session( "cssName" ) %>">
- </head>
- <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginwidth="0" marginheight="0" oncontextmenu="JavaScript:event.cancelBubble=true;return false;">
- <table height="100%" width="100%" height="100%" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" hspace="0" vspace="0" cols="1" rows="1">
- <tr valign="bottom" height="18" width="18" style="position:absolute;bottom:0;left:0;">
- <td height="18" valign="bottom">
- <img src="img/lower_left_bluecorner.gif" width="18" height="18" border="0" style="position:absolute;bottom:0;left:0;">
- </td>
- </tr>
- </table>
- </body>
- </html>
-